home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / mslang / poetmf / inc / stepdlg.h < prev   
Encoding:
C/C++ Source or Header  |  1993-09-03  |  1.0 KB  |  45 lines

  1. // ******************************************************************
  2. //
  3. //  stepdlg.h : header file
  4. //
  5. //    Most of this file is generated by ClassWizard
  6. //     
  7. //  (C) 1993 POET Software
  8. //
  9. // ******************************************************************
  10.  
  11. #include "..\resource.h"    //    resource IDs
  12.  
  13. #ifndef __STEPDLG_H__
  14. #define __STEPDLG_H__
  15.  
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CStepDlg dialog
  18.  
  19. class CStepDlg : public CDialog
  20. {
  21. protected:
  22.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  23.  
  24.     // Generated message map functions
  25.     //{{AFX_MSG(CStepDlg)
  26.         // NOTE: the ClassWizard will add member functions here
  27.     //}}AFX_MSG
  28.     DECLARE_MESSAGE_MAP()
  29. public:
  30.     CStepDlg(CWnd* pParent = NULL);    // standard constructor
  31.     ~CStepDlg () {};
  32.     
  33.     int    GetStep () {return m_intStepsize;}
  34.     int    GetSeekmode () {return m_intSeekmode;}
  35.  
  36. // Dialog Data
  37.     //{{AFX_DATA(CStepDlg)
  38.     enum { IDD = IDR_STEP };
  39.     int        m_intStepsize;
  40.     int        m_intSeekmode;
  41.     //}}AFX_DATA
  42. };
  43.  
  44. #endif    //    __STEPDLG_H__
  45.